power/pmic.h: Add prototype for power_init_board.
authorTom Rini <[email protected]>
Mon, 23 Jun 2014 20:06:28 +0000 (16:06 -0400)
committerTom Rini <[email protected]>
Fri, 25 Jul 2014 19:21:05 +0000 (15:21 -0400)
As this is a weak function that we may override, provide a prototype for
it.

Cc: Ɓukasz Majewski <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
include/power/pmic.h

index a62e6c90a5ec29bbc4c4c835dce3f4fbff9d98ee..afbc5aab7e2ad84be914a052396565530a3226d9 100644 (file)
@@ -79,6 +79,7 @@ struct pmic {
 };
 
 int pmic_init(unsigned char bus);
+int power_init_board(void);
 int pmic_dialog_init(unsigned char bus);
 int check_reg(struct pmic *p, u32 reg);
 struct pmic *pmic_alloc(void);